Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add code for addressing services with '/' #137

Closed
wants to merge 4 commits into from

Conversation

ansoni
Copy link
Contributor

@ansoni ansoni commented Jan 20, 2015

addresses Issue #100

This maps '/' (AWS Import/Export) to "--" since when the name is used as the key for an S3 Object, it ends up becoming part of the prefix.

@cloudbees-pull-request-builder

ice-pull-requests #60 SUCCESS
This pull request looks good

@ansoni
Copy link
Contributor Author

ansoni commented Mar 2, 2015

Any feedback?

@cloudbees-pull-request-builder

ice-pull-requests #76 SUCCESS
This pull request looks good

@@ -28,8 +28,10 @@ public int compareTo(Tag t) {
};

public final String name;
public final String s3Name;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this field used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, it has been a long week. Indeed their is some code that I have forgotten. Demuxing my large pull request from last year:-)

ansoni added 2 commits March 27, 2015 11:02
-- Update code to use Tag.s3Name for S3 safe names
@ansoni
Copy link
Contributor Author

ansoni commented Mar 30, 2015

@vfilanovsky added missing code. Without these changes, "Details with Resource Groups" won't load Products if the user has any line items for AWS Import/Export Service.

@cloudbees-pull-request-builder

ice-pull-requests #78 SUCCESS
This pull request looks good

@@ -37,7 +37,7 @@
private ReadWriteData data;

DataWriter(String name, boolean loadData) throws Exception {

name = name.replaceAll("/", "--");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps it's better call Tag.toS3() method instead

@NitriKx
Copy link
Member

NitriKx commented Aug 2, 2017

PR #184 has been merged (which is an updated version of this PR)

@NitriKx NitriKx closed this Aug 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants