Prudhvi Godithi
Prudhvi Godithi
Hey thanks for reaching me back, I have tried using skipmissing option but that skips the entire content in that folder, however I have checked the permission form s3 console...
Hey looks something close to this issue: https://github.com/larrabee/s3sync/issues/24 s3cmd info gives the following output: ERROR: S3 error: 404 (Not Found) However s3cmd sync works for that directory and files inside...
**s3cmd info ouput:** > s3cmd info s3://mytests3syncbucket > s3://mytests3syncbucket/ (bucket): > Location: us-east-1 > Payer: BucketOwner > Expiration Rule: all objects in this bucket will expire in ' > Policy:...
**Somehow I feel s3sync is not picking up files under prefixes with "//" meaning s3://mytests3syncbucket//content, my data is under s3 bucket, under an empty folder and then under content folder...
Hey thanks a lot for that release, I have downloaded it and tried the s3sync commands still gets the same error Nosuchkey s3sync -version VersionId: 2.10, commit: e0a4585e08c3f78da0a23deca24d540df01146a4, built at:...
Hey sorry I'm late to update, it's working now, however when I try to run more than 128 processes it breaks, but this double slash bug I suppose it exists...
Hey @lukas-vlcek thanks for PR, quick question here, if the plugins not part of [OpenSearch/plugins](https://github.com/opensearch-project/OpenSearch/blob/9168f1fb43015cf7f33eab30f1300ec85f4d4305/plugins/build.gradle#L37) folder and does not have a group specified as `group = 'org.opensearch.plugin'`, what would be...
> Do we have any examples of plugins that will be using `opensearch.pluginzip` and do not have `project.group` defined? @lukas-vlcek mostly all of them that have used `opensearch.pluginzip` so far...
Two things, one is for all existing plugins that has publication `pluginZip` should have a new line `groupID` Example as ``` publishing { publications { pluginZip(MavenPublication) { publication -> groupId...
Hey, Just to add, here is the issue created from community feedback https://github.com/opensearch-project/documentation-website/issues/838, the ask is for a reference of Maven Coordinates for the plugins, it would be good if...