-
Updated
May 23, 2022 - Go
s3
Here are 3,660 public repositories matching this topic...
-
Updated
May 23, 2022 - Go
From code https://github.com/thanos-io/thanos/blob/main/pkg/queryfrontend/roundtrip.go#L123, we are compiling the regex every time to match strings. This can be optimized by only compiling the regex once and checking if the string matches.
matched, err := regexp.MatchString("/api/v1/label/.+/values$", r.URL.Path)
if err == nil && matched {
return labelValuesOp
}
-
Updated
May 17, 2022 - Python
-
Updated
May 18, 2022 - Go
-
Updated
May 23, 2022 - C++
-
Updated
May 17, 2022 - PHP
-
Updated
May 23, 2022 - Go
What went wrong?
I'm getting deprecation warnings with openSSL encryption.
[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
-
Updated
May 23, 2022 - Go
-
Updated
May 20, 2022 - Go
-
Updated
May 19, 2022 - Python
-
Updated
Feb 8, 2022 - Python
-
Updated
May 19, 2022 - Ruby
-
Updated
Dec 24, 2021
-
Updated
May 10, 2022 - C++
Problem description
I am getting the following error when reading a file from an S3 bucket:
Invalid bucket name "xxxx:yyyy@bucket": Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$" or be an ARN matching the regex "^arn:(aws).*:s3:[a-z\-0-9]+:[0-9]{12}:accesspoint[/:][a-zA-Z0-9\-]{1,63}$|^arn:(aws).*:s3-outposts:[a-z\-0-9]+:[0-9]{12}:outpost[/:][a-zA-Z0-9\-]{1,63}[/:]acce
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
May 23, 2022 - Go
-
Updated
May 23, 2022 - Java
-
Updated
May 11, 2022 - JavaScript
-
Updated
Mar 14, 2022 - PHP
-
Updated
May 19, 2022 - Go
-
Updated
May 23, 2022 - TypeScript
Improve this page
Add a description, image, and links to the s3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the s3 topic, visit your repo's landing page and select "manage topics."
The associated forum post URL from
https://forum.rclone.org
https://forum.rclone.org/t/azure-advanced-config-option-access-tier-appears-to-be-case-sensitive/28801/4
What is the problem you are having with rclone?
When configuring an Azure Blob Storage remote, interacting