Chris Lu d084334ffd Merge pull request #1883 from kmlebedev/passDelNonEmptyFolder 3 years ago
..
http aa020ee7e7 s3: restore V2 auth type 3 years ago
policy 62563a895a refactoring 3 years ago
s3_constants 4f31c1bb94 go fmt 3 years ago
s3err b3aa2fab9a s3: report error to s3 when updating an object but it is already a directory 3 years ago
AmazonS3.xsd 834a25f084 add list all my buckets 6 years ago
README.txt 834a25f084 add list all my buckets 6 years ago
auth_credentials.go 6d2c979999 s3: fix regression 3 years ago
auth_credentials_subscribe.go 765b3ef1be save /etc/iam/identity.json inside filer store 3 years ago
auth_credentials_test.go fce8803087 break import cycle 3 years ago
auth_signature_v2.go 29abe980df s3: add support for PostPolicy 3 years ago
auth_signature_v4.go 62563a895a refactoring 3 years ago
auto_signature_v4_test.go e1190b3224 load S3 config from filer 3 years ago
chunked_reader_v4.go 5b40a2690a refactoring 3 years ago
custom_types.go 78b9db34d5 weed s3: generate time format acceptable by aws cli s3 5 years ago
filer_multipart.go b9c1f3e9de s3: fixes for list multipart upload 3 years ago
filer_multipart_test.go 3eda8d6dfc s3: ListParts output xml format 3 years ago
filer_util.go 828fbf3fb7 s3: "isLast" returns true when the file does not exist 3 years ago
filer_util_tags.go 22a9ea0512 adjust s3 header file. 3 years ago
s3api_auth.go ed0acd1722 go fmt 4 years ago
s3api_bucket_handlers.go 5511722420 s3: list permission is needed to list my buckets 3 years ago
s3api_bucket_handlers_test.go cb07d15254 add namespace for s3 5 years ago
s3api_handlers.go 990fa69bfe add back AdjustedUrl() related code 3 years ago
s3api_object_copy_handlers.go 86cdb2a3e5 adjust logs 3 years ago
s3api_object_handlers.go d084334ffd Merge pull request #1883 from kmlebedev/passDelNonEmptyFolder 3 years ago
s3api_object_handlers_postpolicy.go 79280e1513 escape special characters 3 years ago
s3api_object_multipart_handlers.go 86cdb2a3e5 adjust logs 3 years ago
s3api_object_tagging_handlers.go f781cce500 s3: support object tagging 3 years ago
s3api_objects_list_handlers.go ccbdb38c89 s3: fix for listing objects if more than 1000 in the folder 3 years ago
s3api_objects_list_handlers_test.go 20dcb44077 fix tests 5 years ago
s3api_server.go eab6e31d34 use backticks instead of double quotes to avoid escaped additionally in regex 3 years ago
s3api_test.go a80ecbfe84 s3: add s3 copy 4 years ago
s3api_xsd_generated.go 2cb348a2c2 s3 api: fix listbucket common_prefixes issue 4 years ago
stats.go 68463e92c1 add status code in S3RequestCounter 3 years ago
tags.go f781cce500 s3: support object tagging 3 years ago
tags_test.go f781cce500 s3: support object tagging 3 years ago

README.txt

see https://blog.aqwari.net/xml-schema-go/

1. go get aqwari.net/xml/cmd/xsdgen
2. xsdgen -o s3api_xsd_generated.go -pkg s3api AmazonS3.xsd