You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-5
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Rust library for working with Amazon S3 or arbitrary S3 compatible APIs, fully c
16
16
### Intro
17
17
18
18
Modest interface towards Amazon S3, as well as S3 compatible object storage APIs such as Wasabi, Yandex, Minio or Google Cloud Storage.
19
-
Supports `put`, `get`, `list`, `delete`, operations on `tags` and `location`.
19
+
Supports:`put`, `get`, `list`, `delete`, operations on `tags` and `location`, well as `head`.
20
20
21
21
Additionally a dedicated `presign_get``Bucket` method is available. This means you can upload to s3, and give the link to select people without having to worry about publicly accessible files on S3. This also means that you can give people
22
22
a `PUT` presigned URL, meaning they can upload to a specific key in S3 for the duration of the presigned URL.
@@ -29,9 +29,9 @@ a `PUT` presigned URL, meaning they can upload to a specific key in S3 for the d
0 commit comments