https://discord.cloudflare.com logo
Join Discord
Powered by
# r2
  • h

    HardAtWork

    04/30/2022, 9:32 PM
    With R2 support
  • j

    john.spurlock

    04/30/2022, 9:32 PM
    Have you tried Cloud Sync on dsm 7? Wonder if you can set path-style on that version as well
  • i

    itsmatteomanf

    04/30/2022, 9:33 PM
    Let me check, not sure I even have Cloud Sync installed ahah
  • d

    darrennotfound

    04/30/2022, 9:34 PM
    Can anyone guide me in writing the config
    Copy code
    yml
    ################################################
    #            s3backup configuration            #
    ################################################
    
    # AWS access keys for authentication
    # Leave these blank if you wish to use an instance profile
    access-key-id: ''
    access-key-secret: ''
    
    signed-url-duration: 60
    
    # For use with third party s3 servers such as Minio
    custom-endpoint: ''
    signer-override: 'AWSS3V4SignerType'
    path-style-access: true
    
    # See https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html for formatting options
    # Note only hyphens and underscores are permitted alongside alphanumeric characters
    backup-date-format: dd-MM-yyyy-HH-mm-ss
    
    # Interval in minutes in which to create an automatic backup
    backup-interval: 240
    
    # Name of your s3 bucket
    bucket: ''
    
    # Enable this only for debugging. It will print stack traces to the console alongside normal error messages
    debug: false
    
    # List of files to omit from a backup. Useful for files with sensitive information
    # These are matched in reverse. So a value of 'config.yml' will omit all config files found in the server root
    # Note that servers running on Windows will need to use '\' for file separators
    
    
    # Maximum backups in s3 before automatically deleting the oldest. Set to 0 to disable this
    max-backups: 4
    
    
    # Optional prefix to prepend to the backup in s3. Useful for having one bucket for multiple servers
    # This is not visible to the plugin when listing/getting backups etc
    # Forward slashes denote a folder in s3. So a value of 's3backup/' will store all backups in a folder called s3backup
    prefix: 'minecraftsync'
    
    # Region in which your s3 bucket resides
    region: us
  • i

    itsmatteomanf

    04/30/2022, 9:34 PM
    Ok, no path-style in there apparently 😦
  • e

    Erisa | Support Engineer

    04/30/2022, 9:35 PM
    I will tell you one thing, you certainly won't have much luck doing it from a phone
  • j

    john.spurlock

    04/30/2022, 9:35 PM
    too bad, cloud sync probably more apropos for r2 than hyper backup (more weighted for possible egress vs backup that is mostly push)
  • e

    Erisa | Support Engineer

    04/30/2022, 9:35 PM
    The API key stuff is quite complex right now
  • d

    darrennotfound

    04/30/2022, 9:35 PM
    But it does have inbuilt path style access
  • d

    darrennotfound

    04/30/2022, 9:35 PM
    So I don't need to rewrite anything
  • d

    darrennotfound

    04/30/2022, 9:35 PM
    And how hard is the api
  • i

    itsmatteomanf

    04/30/2022, 9:36 PM
    Not sure if we'd have more luck harassing @Vitali to support virtual host style or Synology ahah
  • j

    john.spurlock

    04/30/2022, 9:36 PM
    looks like lack of vhost is probably the number one existing tool blocker across everything seen thus far, eh?
  • j

    john.spurlock

    04/30/2022, 9:36 PM
    and far more ListObjects v1 calls than I would have expected
  • j

    john.spurlock

    04/30/2022, 9:37 PM
    iirc v2 is super old
  • j

    john.spurlock

    04/30/2022, 9:37 PM
    amazon never actually removes anything!
  • i

    itsmatteomanf

    04/30/2022, 9:37 PM
    Yeah, totally agreed. Dropshare on Mac fails as they require the public access for read to be supported which seems weird as a requirement.
  • i

    itsmatteomanf

    04/30/2022, 9:37 PM
    Haven't run into that myself.
  • d

    darrennotfound

    04/30/2022, 9:38 PM
  • e

    Erisa | Support Engineer

    04/30/2022, 9:38 PM
    You can't do this from a phone
  • e

    Erisa | Support Engineer

    04/30/2022, 9:39 PM
    It's impossible
  • d

    darrennotfound

    04/30/2022, 9:39 PM
    Tell me how then
  • d

    darrennotfound

    04/30/2022, 9:39 PM
    I have a vps
  • d

    darrennotfound

    04/30/2022, 9:39 PM
    I gonna ssh into it
  • e

    Erisa | Support Engineer

    04/30/2022, 9:39 PM
    The instructions are pinned to this channel
  • l

    lpellegr

    04/30/2022, 9:39 PM
    OMG, you are using Scaleway. I am in the exact same case. Looking forward to migrating to R2 from Scaleway. Their object storage solution (stability and bandwidth) is so crap since a few months. Unfortunately, I haven't even received an R2 invitation yet.
  • d

    darrennotfound

    04/30/2022, 9:40 PM
    Ok I need to get token id
  • e

    Erisa | Support Engineer

    04/30/2022, 9:40 PM
    🙏 so true
  • e

    Erisa | Support Engineer

    04/30/2022, 9:40 PM
    im currently struggling to get the AWS CLI to work with R2, i know its posssible but the correct config options are eluding me
  • e

    Erisa | Support Engineer

    04/30/2022, 9:41 PM
    oh it works if i put
    --endpoint-url
    on the commandline, it just wont accept it when its in the config file, i see
1...919293...1050Latest