textileio/Textile Buckets
Create, update, destroy folders on IPFS, IPNS and HTTP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Textile Hub Account Key. | yes | — |
| secret | Textile Hub Account Secret. | yes | — |
| thread | Existing account ThreadID. | yes | — |
| bucket | Bucket name. | yes | — |
| path | Path to Bucket root. | — | . |
| pattern | File pattern matching. | — | **/* |
| remove | Remove the bucket by name (WARNING). | — | false |
Outputs
| name | description |
|---|---|
| key | Bucket Key |
| ipfs | IPFS CID |
| ipfsUrl | IPFS Gateway URL |
| ipns | IPNS Address |
| ipnsUrl | IPNS Gateway URL |
| hub | Thread-Bucket URL on the Hub |
| www | WWW Domain URL |