Skip to content

Tags: rhnvrm/simples3

Tags

v0.11.0

Toggle v0.11.0's commit message
style: go fmt cleanup

v0.10.2

Toggle v0.10.2's commit message
v0.10.2 - Code Organization Refactor

Split monolithic simples3.go into logical modules for better maintainability:
- simples3.go (core): S3 struct, config, signing
- iam.go: IAM credential handling and token renewal
- list.go: List operations with pagination iterator
- object.go: File operations (upload, download, delete, details)
- helpers.go: Utility functions

No API changes. 100% backward compatible.

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add support for `response-content-disposition` in presigned URLs (

#34)

* feat: add support for response-content-disposition in presigned URLs
- minor refactors

* remove extra comments

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #33 from rhnvrm/feat-listobjects-v2

feat: implement Simple List API for S3 objects

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #32 from abhinavxd/patch-1

fix: expired token error while generating presigned URLs

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from joicemjoseph/hotfix/iam-imds2-token-renewal

hotfix: corrects renewal logic

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #28 from nemunaire/b/signedurl_for_custom_endpoint

Rework presign function to allow signature of clients with dedicated endpoint

v0.8.4

Toggle v0.8.4's commit message
Merge branch 'develop'

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from rhnvrm/fix-security-token

fix: set token header if available

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from rhnvrm/feat-do-support

feat: add support for DigitalOcean