This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@truffle/preserve-to-buckets
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

@truffle/preserve-to-buckets

Configuration

To preserve your files to Textile Buckets, you will need to install Textile's hub tool, register and create authentication keys.

hub init
hub keys create
 - account
 - Require Signature Authentication (recommended): N

Then you need add these keys as well as a bucket name to an environment in your truffle-config.js

module.exports = {
    environments: {
        development: {
            buckets: {
                key: "MY_BUCKETS_KEY",
                secret: "MY_BUCKETS_SECRET",
                bucketName: "truffle-preserve-bucket",
            }
        }
        // ... other environments
    }
    // ... rest of your truffle-config
};

Readme

Keywords

none

Package Sidebar

Install

npm i @truffle/preserve-to-buckets

Weekly Downloads

2,382

Version

0.2.9

License

MIT

Unpacked Size

55.1 kB

Total Files

33

Last publish

Collaborators

  • rizedr
  • kevinbluer
  • fainashalts
  • cds-amal