simples3
simples3 copied to clipboard
Simple no frills AWS S3 Golang Library using REST with V4 Signing (without AWS Go SDK)
Hi, I've implemented [ListObjectsV2][1]. Please let me know if I need to change anything. [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html
Related to: https://github.com/rhnvrm/simples3/issues/17#issuecomment-1076838291 I'm using listmonk with an S3-compatible B2 bucket. But I get the following error. ``` 2022/03/23 21:23:08error uploading file: status code: 400 : "\n\n InvalidRequest\n Timestamp '20220323T212308Z'...
Hi, I'm having an error using this library, I found this error when using with the code below ``` SignatureDoesNotMatchThe request signature we calculated does not match the signature you...
Hi, It is not possible to use the presign function with custom endpoint (non-AWS), especially with endpoint that includes bucket name in path instead of virtual host: the hostname is...