paritytech / forklift

Forklift helps Cargo with caching
MIT License
24 stars 0 forks source link

S3 Anonymous credentials #7

Closed AndWeHaveAPlan closed 5 months ago

AndWeHaveAPlan commented 5 months ago

AnonymousCredentials for s3. If accessKeyId or secretAccessKey is empty or not set forklift will use credentials.AnonymousCredentials (from aws-sdk-go)

Strip absolute path from rustc args for cache key calculation