Giter Site home page Giter Site logo

Comments (3)

sargreal avatar sargreal commented on August 22, 2024

Thanks for your bug report @kiralex !

I have never worked with S3, so i didn't realize that there were multiple versions used.

From the duplicity Readme, I can see that different versions of the boto package are required for different versions of S3. Do you know if the latest version also works with the older ones?

from volumerize.

badwulfy avatar badwulfy commented on August 22, 2024

Thanks for your answer.

I just researched clues in the man page of duplicity and I realized there is a specific URL which use boto3 (boto3+s3://), and the legacy one whihch use boto2 (s3://). As the doc says :

S3 storage (Amazon)

s3://host[:port]/bucket_name[/prefix]
s3+http://bucket_name[/prefix]
defaults to the legacy boto backend based on boto v2 (last update 2018/07)
alternatively try the newer boto3+s3://bucket_name[/prefix]
For details see A NOTE ON AMAZON S3 and see also A NOTE ON EUROPEAN S3 BUCKETS below.

I think it would be awesome if we can have the choice. So boto in version 2 and boto3 would be installed and we could use both s3:// and boto3+s3:// URL format.

I don't know if boto3+s3:// is currently supported in volumerize

  • If not, boto in version 2 should be installed (and maybe consider to support this syntax in a near/far futur, but I don't want to put any pressure on you, as s3:// suits me perfectly)
  • if yes, both version 2 and 3 should be installed.

from volumerize.

sargreal avatar sargreal commented on August 22, 2024

Thanks for your investigation!

Yes boto3 is already installed, so i will just add the boto package.

from volumerize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.