
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
@itkyk/aws-s3-sync
Advanced tools
$ npm i -D @itkyk/aws-s3-sync
{
"script": {
"init": "sync --init"
}
}
s3.config.ts
in root
.$ npm run init
Open s3.config.ts
, then write AWS/S3 settings.
Add deploy command to script in package.json
The location of "preview" will be the name you changed from template earlier.
{
"script": {
"deploy": "sync --deploy example"
}
}
npm run deploy
, sync s3 bucket.key | description | default |
---|---|---|
configure | AWS.S3ClientConfig & AWS.CloudFrontClientConfig settings. | |
localTarget | Dir name of traget local files. | |
bucketName | Name of Target Bucket. | |
includes | Glob pattern of localTarget . | /**/* |
excludes | Glob pattern of excludes pattern. | |
maxAsyncS3 | 30 | |
sync | Delete file when syncing. | false |
force | Upload all files without checking remote files. | false |
exactTimestamps | When syncing, also check the TimeStamp. | false |
outputLog | Log file settings.(boolean OR {outDir: string, filename?: string} ) | false |
outputLog.outDir | Output log file directory. | ./s3 |
outputLog.filename | Output log filename. | log-[yy-mm-dd-hh-mm-ss].json |
clearCache.distributionId | Target CloudFront distoributionId. | |
clearCache.paths | distoribution paths.string[] |
FAQs
Unknown package
The npm package @itkyk/aws-s3-sync receives a total of 0 weekly downloads. As such, @itkyk/aws-s3-sync popularity was classified as not popular.
We found that @itkyk/aws-s3-sync demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.