-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s3: New methods: CreateBucket, DeleteBucket, SetWithChecksum. #978
Conversation
iredmail
commented
Sep 5, 2023
•
edited
Loading
edited
- fixes 🚀 [Feature]: s3: support setting with checksum #970
- New: CreateBucket
- New: DeleteBucket
- New: SetWithChecksum
- Create bucket in unittest instead of GitHub Actions.
@iredmail thx |
Sure, working on it. But seems GitHub Actions has some problem right now, could you please take a look? |
Use `map[string][]byte` instead of `map[string]string`.
@iredmail pls check |
Create bucket in unittest instead of GitHub Actions.
@iredmail pls add some description for the new methods and some example to the readme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only thing missing is the updated docs as suggested above
Is it ok now? |
@iredmail Looks good |