You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
李明达 74456b3d5e 1、Add SeaweedFS implementation of Hadoop AbstractFileSystem. The implementation delegates to the existing SeaweedFS FileSystem and is only necessary for use with Hadoop 2.x/3.x. Configuration example in Hadoop core-site.xml file: 5 years ago
..
AmazonS3.xsd add list all my buckets 7 years ago
README.txt add list all my buckets 7 years ago
auth_credentials.go refactoring 5 years ago
auth_credentials_test.go configuration stores the identity list 5 years ago
auth_signature_v2.go add v2 support 5 years ago
auth_signature_v4.go go fmt 5 years ago
auto_signature_v4_test.go go fmt 5 years ago
chunked_reader_v4.go add streaming v4 5 years ago
custom_types.go weed s3: generate time format acceptable by aws cli s3 6 years ago
filer_multipart.go s3: print out time in UTC format 5 years ago
filer_multipart_test.go add namespace for s3 6 years ago
filer_util.go able to subscribe any topic from any point of time 5 years ago
s3api_auth.go go fmt 5 years ago
s3api_bucket_handlers.go s3: print out time in UTC format 5 years ago
s3api_bucket_handlers_test.go add namespace for s3 6 years ago
s3api_errors.go return xml encoded NotFound status code for s3 delete 5 years ago
s3api_handlers.go return xml encoded NotFound status code for s3 delete 5 years ago
s3api_object_copy_handlers.go refactoring 5 years ago
s3api_object_handlers.go S3: DeleteObject API also support deleting a folder recursively 5 years ago
s3api_object_multipart_handlers.go remove ctx if possible 5 years ago
s3api_objects_list_handlers.go return last modified in UTC 5 years ago
s3api_objects_list_handlers_test.go fix tests 6 years ago
s3api_server.go add v2 support 5 years ago
s3api_test.go s3: add s3 copy 5 years ago
s3api_xsd_generated.go s3 api: fix listbucket common_prefixes issue 6 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