-
v1.0.1 Stable
released this
2024-11-22 19:33:03 +01:00 | 0 commits to main since this releaseChangelog
- add option to use an existing s3 client.
2edba5d
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add option to use an existing s3 client.
-
v1.0.0 Initial Release Stable
released this
2024-11-22 16:20:53 +01:00 | 1 commits to main since this releaseChangelog
- add open, write
17896c3
- Initial commit
9edb886
- move s3 and local test to their own files
9638e52
- add readdir function, fix writing files on local filesystem if within folder.
98ee01a
- Add CopyDir and DeleteDir and their respective tests
ba32206
- add expected errors tests, fix ErrFolderNotFound not being sent on S3.
0e3407c
- add stat func
ddc9ab1
- add copy function
9301eb3
- add move func, fix test for copy
222b66c
- tidy go.mod
38d9f2f
- add delete func, add check for invalid local paths
9614599
- fix issue where s3 would not return a ErrFileNotFound
bdf3780
- add documentation for functions
5ce1b86
- fix read for s3, add test for read
41e7d60
- Configure SAST in
.gitlab-ci.yml
, creating this file if it does not already exist86f6bdb
- fix typos
4792a11
- add documentation for move func, add rename function as a wrapper for move
f14c451
- add README
ff784c6
- fix file perms for WriteFile
24e0d7e
- add IsDir for local filesystem
776ec2f
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add open, write