Skip to content
#

s3

Here are 3,756 public repositories matching this topic...

rclone
sevospl
sevospl commented Nov 6, 2021

Hi. First of all, kudos to you for the VFS cache - it's really brilliant. I have one request though.

For a little background, as of now I'm using the following settings:

--vfs-cache-mode full \
  --vfs-cache-max-size 500G \
  --vfs-cache-max-age 5000h \
  --vfs-cache-poll-interval 5m \
  --vfs-read-ahead 2G \
  --bwlimit-file 32M \
  --vfs-read-chunk-size=64M \
  --vfs-read-chunk-s
seaweedfs

SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.

  • Updated Jul 13, 2022
  • Go
thanos
jspeedz
jspeedz commented Sep 5, 2019

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

Someone take a look at this! good first issue
zphj1987
zphj1987 commented Jul 5, 2022

通过

bash install.sh -r console

命令下载的console的rpm包的内容错误,包可以下载下来,实际上内容不对,下载成html文件了

或者通过命令下载相关的包

wget http://ocs-cn-north1.heytapcs.com/cubefs/cfs-console-latest-el7.x86_64.rpm

内容如下:

[root@lab101 install]# cat src/cfs-console-latest-el7.x86_64.rpm |head -n 10
<!DOCTYPE HTML>
<html>
<head>
    <meta name="format-detection" content="telephone=no" />
  
bug good first issue
demitri
demitri commented Aug 19, 2021

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
Replibyte
fabriceclementz
fabriceclementz commented Jun 2, 2022

As we discussed on Discord, it will be great to have some options to dump specific tables.
By adding a new option only_tables RepliByte will only dump these tables.

This is an example of the final config file:

source:
  only_tables:
    - database: public
      table: us_states
    - database: public
      table: order_details

Here only the tables named us_states a

enhancement good first issue feature

Improve this page

Add a description, image, and links to the s3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the s3 topic, visit your repo's landing page and select "manage topics."

Learn more