-
Updated
Jan 23, 2021 - Go
s3
Here are 2,787 public repositories matching this topic...
-
Updated
Jan 23, 2021 - Go
-
Updated
Jan 21, 2021 - Python
Description
I have noticed that our cli is not consistent with the usage of . at the end of lines
example:
tools bucket verify [<flags>]
Verify all blocks in the bucket against specified issues. NOTE: Depending on issue this might take time and will need downloading all specified blocks to disk.
tools bucket ls [<flags>]
List all blocks in the bucket
tools buck
-
Updated
Jan 23, 2021 - C++
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
Jan 21, 2021 - Go
-
Updated
Dec 25, 2020 - Python
-
Updated
Jan 10, 2021 - Go
-
Updated
Dec 24, 2020 - Python
-
Updated
Jan 10, 2021 - Ruby
-
Updated
Jan 23, 2021 - Go
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Jan 23, 2021 - Go
I am working on adding an ARM64 job in Travis. ARM64 job is failing as docker image chubaofs/cfs-base:1.1 is not available for arm64.
Please check https://travis-ci.org/github/odidev/chubaofs/jobs/713238554 for the same.
I have built ARM64 binaries in ARM64 platform using below steps:
- Removed -Werror flag from rocksdb Makefile as deprecated warnings are being treated as errors.
-
Updated
Oct 20, 2020 - JavaScript
Problem description
Be able to read public GCS files without providing credentials.
Steps/code to reproduce the problem
path = "gs://tensorflow-nightly/prod/tensorflow/release/ubuntu_16/gpu_py37_full/nightly_release/18/20190813-010608/github/tensorflow/pip_pkg/tf_nightly_gpu-1.15.0.dev20190813-cp37-cp37m-linux_x86_64.whl"
import smart_open
try:
f = smart_open.s-
Updated
Mar 1, 2020
-
Updated
Jan 22, 2021 - Go
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Dec 17, 2020 - PHP
-
Updated
Jun 2, 2020 - Erlang
-
Updated
Jan 20, 2021 - C#
-
Updated
Jan 15, 2021 - Go
-
Updated
Nov 26, 2019 - Elixir
-
Updated
May 17, 2017 - JavaScript
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."
What is your current rclone version (output from
rclone version)?1.53.3
What problem are you are trying to solve?
Trying to prevent default password from being generated and added when
htpasswdoption is used. Since htpasswd is present, there generally should be no need for credentials besides those in htpasswd.How do you think rclone should be changed to solve tha