Skip to main content
Skip table of contents

IS SUCCESSFUL

Versionshinweise

24.5, 24.4.1, 24.3.4, 24.2.7

Code

GROOVY
String AwsS3Constants.IS_SUCCESSFUL

Beschreibung

Schlüssel für den Zugriff auf das Erfolgsflag (boolean) einer Operation.

Beispiele

GROOVY
File object = new File(".../file.jpg");
Map<String, Object> response = AwsS3Utils.putObject(awsS3config, "file.jpg", object);
 
if (response.get(AwsS3Constants.IS_SUCCESSFUL)) {
  // success
} else {
  // error
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.