Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-27660

S3Plugin fails during upload with java.lang.IllegalArgumentException: Cannot create enum from US_EAST_1 value!

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • s3-plugin
    • None

      S3Plugin fails to upload anything to a bucket producing:

      java.lang.IllegalArgumentException: Cannot create enum from US_EAST_1 value!
      at hudson.plugins.s3.S3Profile.upload(S3Profile.java:152)
      at hudson.plugins.s3.S3BucketPublisher.perform(S3BucketPublisher.java:174)
      at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32)
      at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
      at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
      at hudson.model.Build$BuildExecution.post2(Build.java:183)
      at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
      at hudson.model.Run.execute(Run.java:1770)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
      at hudson.model.ResourceController.execute(ResourceController.java:89)
      at hudson.model.Executor.run(Executor.java:240)

      The only work around was to downgrade to v0.6 to get it work again.

            Unassigned Unassigned
            chubbsondubs Charlie Hubbard
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: